home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / fff41.zip / FFF.DOC < prev    next >
Text File  |  1992-11-11  |  49KB  |  1,131 lines

  1.  
  2.  
  3.                                    File Finder Pack
  4.                                      Version 4.1
  5.                                        11-09-92
  6.                                           by
  7.                                        Jim Derr
  8.  
  9.                                       Member of
  10.                         Association of Shareware Professionals
  11.                                  CSERVE ID 76266,2634
  12.  
  13.  
  14.  
  15.  
  16.         HARDWARE SOFTWARE REQUIREMENTS  . . . . . . . . . . . . . . . . .    3
  17.  
  18.         QUICK START . . . . . . . . . . . . . . . . . . . . . . . . . . .    3
  19.  
  20.         PERFORMING A FUZZY SEARCH . . . . . . . . . . . . . . . . . . . .    4
  21.  
  22.         CONFIGURING THE FFF.EXE PROGRAM . . . . . . . . . . . . . . . . .    6
  23.  
  24.         CONFIGURING THE FF2.COM PROGRAM . . . . . . . . . . . . . . . . .   10
  25.  
  26.         MEMORY USAGE IN THE FFF.EXE PROGRAM . . . . . . . . . . . . . . .   11
  27.  
  28.         FF2 PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . .   12
  29.  
  30.         FFF PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . .   17
  31.  
  32.         FFF HOT KEYS  . . . . . . . . . . . . . . . . . . . . . . . . . .   21
  33.  
  34.         SMART LAUNCH FEATURE  . . . . . . . . . . . . . . . . . . . . . .   24
  35.  
  36.         MEMORY SWAPPING OPTION IN FFF . . . . . . . . . . . . . . . . . .   24
  37.  
  38.         MONOCHROME MONITORS . . . . . . . . . . . . . . . . . . . . . . .   24
  39.  
  40.         MISC. INFORMATION . . . . . . . . . . . . . . . . . . . . . . . .   25
  41.  
  42.         THE SGREP PROGRAM . . . . . . . . . . . . . . . . . . . . . . . .   26
  43.  
  44.         REVISION HISTORY  . . . . . . . . . . . . . . . . . . . . . . . .   28
  45.  
  46.         INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   29
  47.  
  48.  
  49.  
  50.                           FileFinder Version 3.6 User Manual           Page-3-
  51.  
  52.  
  53.         Please note this is a shareware product.   If you find these utilities
  54.         useful  please register  and  keep shareware  alive.   Only registered
  55.         users will be supported.  The fee is small and not unreasonable.
  56.  
  57.                             HARDWARE SOFTWARE REQUIREMENTS
  58.  
  59.         Both FF2 and FFF  can be run on  any DOS based PC  having a CGA,  MDA,
  60.         EGA, VGA, or HERC monitor.
  61.         The DOS operating  system must be 3.1  or greater.  Both  program will
  62.         also operate correctly  in the DOS  compatibility box  of OS/2 1.2  or
  63.         greater.  Token ring networks or Novell networks are also supported.
  64.         DOS memory requirements  range from a  low of 160K to  a high of  400K
  65.         depending on how the FFF program is configured.
  66.  
  67.                                      QUICK START
  68.         FF2 and FFF use basically the same format for the command line option.
  69.         All  command line  parameters  MUST  be separated  by  blanks and  all
  70.         options MUST  begin with a  forward slash /.   The options  may appear
  71.         anywhere   on the command  line.  The format  of the command  line for
  72.         both programs is:
  73.  
  74.         FFx [options]  [[drives:] [filespec]] [options]
  75.  
  76.         If the drives parameter  is omitted the programs will search  all hard
  77.         drives that  can be identified.   If the drives  parameter is included
  78.         then  only the  drives specified  will be  searched. (PLEASE  NOTE THE
  79.         COLON MUST BE ENTERED AFTER THE DRIVE LETTERS).
  80.  
  81.  
  82.  
  83.                           FileFinder Version 3.6 User Manual           Page-4-
  84.  
  85.  
  86.                               PERFORMING A FUZZY SEARCH
  87.  
  88.         Beginning with  this release,  you can  also perform  a fuzzy  search.
  89.         This is useful if  you are trying to locate a file  but don't know the
  90.         exact filename.  The fuzzz search routine will attempt to locate files
  91.         that sound like the filename entered on the command line.  To indicate
  92.         that you want a fuzzy search performed place the ~ character  in front
  93.         of the filename.   PLEASE NOTE: WHEN PERFORMING A FUZZY  SEARCH DO NOT
  94.         INCLUDE A FILE EXTENSION.  See the examples below.
  95.  
  96.         If the colon is entered without any drive letter preceding it then FFF
  97.         and FF2 will only search for files on the current default disk drive.
  98.  
  99.         For example:
  100.  
  101.         FFF : *.bat
  102.  
  103.         This will search  for all files on the current default drive that have
  104.         a file extension of bat.
  105.  
  106.         Multiple filespecs  may be entered  along with  multiple drives.   For
  107.         example:
  108.  
  109.         FF2  *.BAK CD: \UTILITY\*.COM  DE: \TEMP\*.*  C:\JIM\*.*
  110.  
  111.         This example will:
  112.         1)   Find all files  that have a file extension of BAK that resides on
  113.              any identifiable hard drive.
  114.  
  115.         2)   Find all files that have a  file extension of COM in the  UTILITY
  116.              directory or any sub-directory of  the UTILITY directory ONLY  ON
  117.              HARD DRIVES C AND D.
  118.  
  119.         3)   Find all  files that  reside in  the TEMP  directory or any  sub-
  120.              directory of the TEMP directory ONLY ON HARD DRIVES D AND E.
  121.  
  122.         4)   Find all  files that  reside  in the  JIM directory  or any  sub-
  123.              directory of the JIM directory ONLY ON THE C DRIVE.
  124.  
  125.         FFF  ~QRT
  126.  
  127.         Perform a fuzzy  search looking for all  files that sound like  qtr on
  128.         all drives.
  129.  
  130.         FFF  ~QTR  *.COM
  131.  
  132.         Peroform the same fuzzy search  as above, in addition locate all  .COM
  133.         files.
  134.  
  135.  
  136.  
  137.                           FileFinder Version 3.6 User Manual           Page-5-
  138.  
  139.  
  140.         Any options that appear on the command  line are active for all search
  141.         operations.
  142.  
  143.  
  144.  
  145.                           FileFinder Version 3.6 User Manual           Page-6-
  146.  
  147.  
  148.                            CONFIGURING THE FFF.EXE PROGRAM
  149.  
  150.         The FFF.EXE program  has numerous configurable options.   To configure
  151.         the FFF.EXE program  the configuration program FFFCFG.EXE must be run.
  152.         Simply enter FFFCFG at the DOS command prompt  and the following items
  153.         will appear:
  154.  
  155.         FFF configuration program Version 3.6
  156.  
  157.         ENTER THE FULL PATH NAME OF THE FFF.EXE PROGRAM TO MODIFY.
  158.  
  159.         FFF-PGM->
  160.              (Enter the full path name of the FFF.EXE program to configure.)
  161.              (I.E. C:\UTILITY\FFF.EXE)
  162.  
  163.         Do you have a serial number to install? Y or N->
  164.              (Respond  Y to  this  prompt  if  you have  a  serial  number  to
  165.         install.)
  166.              (Installing the serial number will remove the shareware screen.)
  167.  
  168.         ENTER YOUR SERIAL NUMBER ON THE LINE BELOW
  169.         SERIAL#=
  170.              (Enter your serial number here.)
  171.  
  172.         ENTER WHO FFF IS REGISTERED TO ON THE LINE BELOW
  173.         REGISTERED NAME->
  174.              (Enter your name or your company name here.)
  175.  
  176.         ENTER THE NAME OF THE EDITOR PROGRAM TO USE ON THE LINE BELOW
  177.         EDIT-PGM->Q.EXE
  178.              (Enter the name of the editor program you want FFF to invoke.)
  179.  
  180.  
  181.         ENTER THE NAME OF THE WORDPROCESSOR PROGRAM TO USE ON THE LINE BELOW
  182.         WORD-PGM->D:\WP51\WP.EXE
  183.              (Enter the  name of  the wordprocessor  program you  wish FFF  to
  184.              invoke.)
  185.  
  186.  
  187.         ENTER THE NAME OF THE LIST PROGRAM TO USE ON THE LINE BELOW
  188.         LIST-PGM->LIST.COM
  189.              (Enter the name of the list program to invoke.)
  190.  
  191.         ENTER THE NAME OF THE SHEZ PROGRAM TO USE ON THE LINE BELOW
  192.         SHEZ-PGM->C:\UTILITY\SHEZ.EXE
  193.              (Enter the full path name where FFF can find the SHEZ program.)
  194.              (Leave blank if you don't need to invoke SHEZ.)
  195.  
  196.         FFF's current search default is to search all hard drives.
  197.         Do you wish CHANGE this default? Y or N->
  198.              (Respond Y if you wish to change this default.)
  199.  
  200.  
  201.  
  202.                           FileFinder Version 3.6 User Manual           Page-7-
  203.  
  204.  
  205.         Enter an A  to search All  drives or  a C to  search only the  Current
  206.         drive.
  207.         Enter A or C->
  208.  
  209.  
  210.  
  211.                           FileFinder Version 3.6 User Manual           Page-8-
  212.  
  213.  
  214.         FFF is configured to not to search networked drives.
  215.  
  216.  
  217.         Do you wish to also search any networked drives found?
  218.         Enter Y or N->
  219.              (Entering a Y will search for networked drives.)
  220.  
  221.         FFF is configured to display 43 rows on the screen
  222.  
  223.         Enter 0 to use default number of rows on the screen --or--
  224.         enter 25,43, or 50 to set the default number of lines to display
  225.         Enter 0,25,43, or 50-->
  226.  
  227.  
  228.         FFF has the ability to swap 90 of its code to either XMS, EMS memory
  229.         or  to  disk if  XMS  or  EMS is  not  available.   Currently  FFF  is
  230.         configured to:
  231.         Use the swapping feature.
  232.  
  233.         Do you wish to use the swapping feature? Y or N->
  234.  
  235.         Do you want FFF to pause after running a program that has been
  236.         specified by using the R or CTRL-R option?
  237.         PAUSE after running a program? Y or N->
  238.  
  239.         FFF can display files in one of two formats as shown below
  240.         1) 9107  10/02/90  08:00:00  ----   MIXED    DOC  D:\MASM\
  241.         2) 9107  10/02/90  08:00:00  ----   D:\MASM\MIXED.DOC
  242.  
  243.         Enter a 1 or a 2 to indicate how you want FFF to display files.
  244.         ENTER a 1 or a 2->1
  245.  
  246.         FFF is currently set to handle a maximum of 4,000 files
  247.         You may alter this value from 1000 to 9000 files.
  248.         INCREASING THE NUMBER OF FILES WILL CAUSE FFF TO USE MORE DOS MEMORY
  249.         Enter max number of files to handle->3000
  250.  
  251.         FFF is currently set to handle a maximum of 300
  252.         unique directory names.
  253.         You may alter this value from 100 to 500.
  254.         INCREASING THE NUMBER OF UNIQUE DIRECTORY'S
  255.         WILL CAUSE FFF TO USE MORE DOS MEMORY
  256.         Enter max number of unique dirs to handle->300
  257.  
  258.  
  259.         The ENTER key can be configured to perform one of three functions:
  260.  
  261.         0)   Do nothing.
  262.         1)   Exit  FFF  and  drop  you  off  inth  the  currently  highlighted
  263.              directory.
  264.  
  265.  
  266.  
  267.                           FileFinder Version 3.6 User Manual           Page-9-
  268.  
  269.  
  270.         2)   Execute SHEZ against the currently highlighted file.
  271.  
  272.         It is currently configured for option number 0
  273.         Enter ENTER key option number (0,1, or 2)->0
  274.  
  275.  
  276.         Do you want file over write warnings displayed when copying
  277.  
  278.         tagged files?
  279.  
  280.         Overwrite Warnings Y or N->Y
  281.         (NORMALLY FFF WILL  DISPLAY A  WARNING MESSAGE WHEN  YOU ARE ABOUT  TO
  282.         OVER-WRITE AN EXISTING FILE.  IF YOU RESPOND N TO THIS PROMPT FFF WILL
  283.         NOT DISPLAY THE WARNING MESSAGE WHEN COPYING TAGGED FILES.)
  284.  
  285.  
  286.         When the CTRL-ENTER keys are pressed FFF can execute a user defined
  287.         program against the currently highlighted file based on the file
  288.         extension.  Up to THREE sets of file extensions and program names
  289.         can be defined.
  290.  
  291.         When prompted for an extension list enter the file extensions you wish
  292.         to operate on, each extension MUST have a period preceeding the
  293.         extension, i.e.  EXT1=.ZIP.LZH.ZOO
  294.  
  295.         When prompted for the program to execute, please include the full path
  296.         and  use the ! character to indicate where to substitute the filename,
  297.         i.e.  PGM1=C:UTILITYSHEZ.EXE !
  298.  
  299.         ENTER/EDIT File extension list 1:
  300.         EXT->
  301.  
  302.         ENTER/EDIT File extension list 2:
  303.         EXT->
  304.  
  305.         ENTER/EDIT File extension list 3:
  306.         EXT->
  307.  
  308.  
  309.         Customize Colors Y or N->N
  310.              (Enter a Y to change the default color scheme.)
  311.  
  312.  
  313.  
  314.                           FileFinder Version 3.6 User Manual          Page-10-
  315.  
  316.  
  317.                            CONFIGURING THE FF2.COM PROGRAM
  318.  
  319.         To configure the FF2.COM  program enter the /CFG option on the command
  320.         line when starting the FF2 program.  I.E. FF2 /CFG
  321.  
  322.         The following prompts will appear:
  323.  
  324.         Searching for local drive(s). Found CDEF.
  325.         Do you have a serial number to install? Y or N->Y
  326.  
  327.         Enter your serial number on the line below.
  328.          SERIAL#=
  329.  
  330.         ENTER WHO FF2 IS REGISTERED TO ON THE LINE BELOW
  331.          REGISTERED NAME->
  332.  
  333.         FF2.COM is currently set to:
  334.         Search all identified hard drives.
  335.         FF2.COM will not search for network drives.
  336.         Use high speed screen writing routines.
  337.  
  338.         Set FF2.COM to search All local drives or only the Current drive?
  339.         Enter an A or C->
  340.  
  341.         Set FF2.COM to also search any network drives?
  342.         Enter a Y or N->
  343.  
  344.         Set FF2.COM to use legal BIOS routines when writing to the screen?
  345.         Enter a Y or N->
  346.  
  347.  
  348.  
  349.                           FileFinder Version 3.6 User Manual          Page-11-
  350.  
  351.  
  352.                          MEMORY USAGE IN THE FFF.EXE PROGRAM
  353.  
  354.         The FFFCFG  program now allows you set the  number of files and unique
  355.         directories that  the FFF program can  handle.  The FFF  program comes
  356.         preconfigured to  handle 3000  files and  300 unique  directory names.
  357.         Under  this configuration the  FFF program uses  approximately 317,000
  358.         bytes of memory. If  you increase or decrease the number  of files FFF
  359.         can handle it's  memory usage increases or  decreases by 49  bytes for
  360.         each additional file you tell FFF to handle.
  361.  
  362.  
  363.         If you increase  or decrease the number of  unique directory names FFF
  364.         can handle its memory usage increases or decreases by 70 bytes.
  365.  
  366.  
  367.         To  determine the amount  of memory FFF  will need,  use the following
  368.         formula:
  369.  
  370.              149300 +  (49 * number of files to handle) + (70 * number of dirs
  371.              to handle)
  372.  
  373.  
  374.         For example, the memory requirements for FFF to handle 5000 files  and
  375.         400 unique directories would be:
  376.  
  377.              149300 + (49 * 5000) + (70 * 400) = 422,300
  378.  
  379.  
  380.  
  381.                           FileFinder Version 3.6 User Manual          Page-12-
  382.  
  383.  
  384.                                      FF2 PROGRAM
  385.         This program will find files on your hard disk.  It as fashioned after
  386.         the whereis program but has more features.
  387.  
  388.         Format is:
  389.  
  390.         FF2 [options] [[drives:] [filespec]] [options]
  391.  
  392.         Where options are:
  393.         /C        comma delimited listing
  394.         /R        raw listing - full path name only
  395.         /S        short listing - filename.ext only
  396.         /B        list in bat file format
  397.         /P        pause when screen is full
  398.         /Q        quite mode
  399.         /I        also look inside archive files
  400.         /A        only look inside archive files
  401.         /E        Extended Directory Search
  402.         /G        Greater or Equal to mm-dd-yy
  403.         /L        Less or Equal to mm-dd-yy
  404.         /SD       Single Directory search only (do not recurse)
  405.         /1        stop after finding one file
  406.                   errorlevel 1 returned if no files found
  407.                   errorlevel 0 returned if files are found
  408.         /Z[RHSA]  Show files with specified attributes
  409.         /X"cmd"   execute a cmd against all files found
  410.         /@        Prompt for options.
  411.         /NN       No-Network drive search
  412.         /LN       Look for network drives
  413.         /CFG      Configure the FF2 Program.
  414.  
  415.         The  filespec's that are specified  on the command  line can include a
  416.         disk and directory. If a disk  and or directory is specified than  the
  417.         search  will be restricted to the specified disk and directory and any
  418.         sub-directories  under the  specified directory.    Each filespec  can
  419.         contain different starting disks and directories.
  420.  
  421.         When specifying  the file  to  search for  FF2  has a  quick  complete
  422.         algorithm.  If you do not include a period in the file ex   tension
  423.         FF2 will  expand the filespec using  the wildcard character ?  for the
  424.         remainder of the  filespec.  For  example if you  entered FF2 AB,  FF2
  425.         will expand  the filespec to AB??????.???.   If you enter FF2 C:\BAT\B
  426.         FF2 will expand  the filespec to C:\BAT\B???????.???.   However if you
  427.         enter FF2 B.* , FF2  will not alter the filespec since you  included a
  428.         period in the filespec.
  429.  
  430.         FF2 also has an expanded wild card search algorithm. If you include an
  431.         *  on both  sides of the  filename, FF2  will find all  files that
  432.         contain the  characters  entered  between  the  *'s  anywhere  in  the
  433.         filename. For example:
  434.  
  435.  
  436.  
  437.                           FileFinder Version 3.6 User Manual          Page-13-
  438.  
  439.  
  440.         FF2 *inst*
  441.  
  442.         This will find all files that contain inst somewhere in the filename.
  443.  
  444.         I.E. D:\ANY\PINST.BAT
  445.              C:\ONE\PCINSTAL.BAT
  446.              C:\TWO\INSTALL.COM
  447.  
  448.         To  find files  with  no  extension include  the  period  but no  file
  449.         extension. I.E.  FF2 *me*.
  450.  
  451.         If no disk  or directory is included  with the filespec than  all hard
  452.         disks will be searched.
  453.  
  454.  
  455.  
  456.                           FileFinder Version 3.6 User Manual          Page-14-
  457.  
  458.  
  459.         FF2 now has the capability to automatically identify all hard disks on
  460.         your system.   You can  over-ride this automatic  detection by setting
  461.         the environment variable FF to the disk letter your wish the search to
  462.         be performed on.For example.  SET FF=CD  tells FF2 to search the C and
  463.         D drives  if you  have not specified  a disk  in the  filespec on  the
  464.         command line.
  465.  
  466.         All output  from  FF2 can  be redirected  or piped  by  using the  DOS
  467.         redirect and pipe characters.
  468.  
  469.         The  default output produced  by FF2 file-size,  file-date, file-time,
  470.         disk:\directory\filename.file-ext.  This can be  changed by  using the
  471.         following command line options:
  472.  
  473.         /C   Produces a comma delimited listing, this listing  can be imported
  474.              into most spreadsheet and database programs.
  475.  
  476.         /R   Produces a raw listing containing disk:\directory\fn.ext only.
  477.  
  478.         /S   Produces a short listing containing filename.ext only.
  479.  
  480.         /B   Produces a listing that can be used  as a bat file. The output is
  481.              as follows:
  482.              %1 filename.ext %2 %3 %4 %5 %6 %7 %8 %9
  483.  
  484.         /P   Will case a pause when the screen is full.
  485.  
  486.         /Q   Quite mode no output produced but results can be tested  by using
  487.              the if errorlevel command in a .bat file.
  488.  
  489.         /I   This option tells  FF2 to also look inside any  archive files for
  490.              the indicated  files.  The  archive files that  are supported are
  491.              ZIP, ARC, ARJ, ZOO, PAK, and LZH files.
  492.  
  493.         /A   This option tells FF2 to  ONLY look inside archive files  for the
  494.              indicated files.
  495.  
  496.         /1   This  option tells FF2  to stop looking for  files after it finds
  497.              the first file that matches the specified pattern.
  498.  
  499.         /E   To  increase the file search process  FF2 normally only looks for
  500.              directories that  do not contain  a file  extension.  Using  this
  501.              option  tells FF2  to  also  look  for directories  that  contain
  502.              directory names with extensions.
  503.  
  504.         /G   This  option allows  you to limit  the file search  to files that
  505.              have a filedate Greater  than or Equal to the date specified. The
  506.              format is /Gmm-dd-yy.
  507.              I.E. /G01-01-90    or   /G1-1-90  will  list files  that  have  a
  508.              filedate greater than or equal to 1-1-90.
  509.              (Note this option may be combined with the /L option to specify a
  510.  
  511.  
  512.  
  513.                           FileFinder Version 3.6 User Manual          Page-15-
  514.  
  515.  
  516.              date range)
  517.  
  518.         /L   This option allows  you to  limit the file  search to files  that
  519.              have a  filedate Less than  or Equal  to the date  specified. The
  520.              format is /Lmm-dd-yy.
  521.              I.E.  /L01-01-90   or    /L1-1-90 will  list  files  that have  a
  522.              filedate less than or equal to 1-1-90.
  523.              (Note this option may be combined with the /G option to specify a
  524.              date range)
  525.  
  526.         /Z[RHSA]
  527.              This  option allows you  to limit the  file search to  files that
  528.              have specific attributes.   For example, specifying /ZA will list
  529.              files that have the archive attribute, /ZRH will  list files that
  530.              have the read-only attribute OR the hidden attribute set.
  531.              ***PLEASE  NOTE IF YOU  SPECIFY THE  /A OR  /I OPTIONS  THAN THIS
  532.              OPTION IS IGNORED***
  533.  
  534.         /SD  This option  informs FF2 to  only search  the directory that  was
  535.              specified  on the command line and  not to search any directories
  536.              that exist under the specified directory.
  537.  
  538.  
  539.  
  540.                           FileFinder Version 3.6 User Manual          Page-16-
  541.  
  542.  
  543.         /X"cmd"
  544.              This  options allows  you  to tell  FF2  to  execute a  specified
  545.              against all files that are found.
  546.              For Example:
  547.  
  548.              /X"del &"
  549.  
  550.              will execute the delete command against all file that were found.
  551.              The command can be any DOS command or another program.   FF2 will
  552.              insert the disk:\dir\fn.fext of  the found file into  the command
  553.              where you place the & character.
  554.  
  555.              For example if you specify the following:
  556.  
  557.              /X"grep any & -s"
  558.  
  559.              and  FF2  finds  the file  c:\data\any.doc  it  will  execute the
  560.              following command:
  561.  
  562.              grep any c:\data\any.doc -s
  563.  
  564.              If  you do  not put  the  & in  then  FF2 will  insert the  found
  565.              filespec at the first blank in the command you specify, or at the
  566.              end of the command if no blanks exist.
  567.  
  568.         /@   This options  instructs FF2 to  prompt the  user for the  command
  569.              line parameters. PLEASE  NOTE NO OTHER PARAMETERS  ARE ALLOWED ON
  570.              THE COMMAND LINE  IF THIS OPTION IS  SPECIFIED.  The use  of this
  571.              option  also allows the user  to use the  DOS redirect feature to
  572.              feed FF2 it's parameters.
  573.  
  574.              For example:  FF2 /@ < FF2.DAT
  575.  
  576.              This instructs  FF2 to read  its parameters  from the file  names
  577.         FF2.DAT.
  578.  
  579.         /NN  This option allows you to bypass the searching of Network drives.
  580.              If  you configured FF2  to search for network  drives you may use
  581.              this option to temporarily bypass the network drive search.
  582.  
  583.         /LN  This option allow  you to search for files on Network drives.  If
  584.              you configured  FF2 to  ignore network  drives you  may use  this
  585.              options to temporarily look for files on any networked drives.
  586.  
  587.         /CFG This options  allows you to  configure the FF2  program with your
  588.         own personal defaults.
  589.  
  590.  
  591.  
  592.                           FileFinder Version 3.6 User Manual          Page-17-
  593.  
  594.  
  595.                                      FFF PROGRAM
  596.  
  597.         This program will find files  on your hard disk, and present them in a
  598.         scrollable list.
  599.  
  600.         Format is FFF [options] [[drives:] [filespec]] [options]
  601.  
  602.         Where options are:
  603.         /2   25 line mode display
  604.         /4   43 line mode display
  605.         /5   50 line mode display
  606.         /d   Search for dup files. (filename.ext only)
  607.         /D   Search for dup files. (filename.ext and file size)
  608.         /E   Extended Directory Search
  609.         /G   Greater or Equal to mm-dd-yy
  610.         /L   Less or Equal to mm-dd-yy
  611.         /I   also look inside archive files
  612.         /A   only look inside archive files
  613.              (THE ARCHIVE  FILES THAT  ARE SUPPORTED  ARE ZIP,ARC,ARJ,PAK  AND
  614.              LZH)
  615.         /Z[RHSA]
  616.              Show files with specified attributes
  617.         /SD  Single Directory search only (do not recurse)
  618.         /NN  No-Network drive search
  619.         /LN  Look for network drives
  620.         /@   Prompt for options.
  621.  
  622.  
  623.         /I   This option tells  FFF to also look inside any  archive files for
  624.              the indicated  files.  The  archive files that are  supported are
  625.              ZIP, ARC, ARJ, ZOO, PAK, and LZH files.
  626.  
  627.         /A   This option tells FFF to ONLY  look inside archive files for  the
  628.              indicated files.
  629.  
  630.         /d   This option tells FFF to search and display duplicate files. Only
  631.              the filename.ext will be used to determine duplicates.
  632.  
  633.         /D   This option is the  same as the /d option except the filename.ext
  634.              and file size will be used to determine if a file is a dup.
  635.  
  636.         /E   To increase the  file search process FFF normally  only looks for
  637.              directories that  do not  contain a file  extension.   Using this
  638.              option tells FFF to also look for directories that contain
  639.                  directory names with extensions.
  640.  
  641.         /G   This option  allows you to  limit the file  search to  files that
  642.              have a filedate Greater than or Equal to the date specified.  The
  643.              format is /Gmm-dd-yy.
  644.              I.E.  /G01-01-90    or   /G1-1-90  will  list files  that  have a
  645.         filedate greater than or equal to 1-1-90.
  646.  
  647.  
  648.  
  649.                           FileFinder Version 3.6 User Manual          Page-18-
  650.  
  651.  
  652.              (Note this option may be combined with the /L option to specify a
  653.         date range)
  654.  
  655.         /L   This option  allows you to  limit the  file search to  files that
  656.              have  a filedate Less  than or Equal  to the  date specified. The
  657.              format is /Lmm-dd-yy.
  658.              I.E. /L01-01-90    or   /L1-1-90  will  list files  that  have  a
  659.              filedate less than or equal to 1-1-90.
  660.              (Note this option may be combined with the /G option to specify a
  661.         date range)
  662.  
  663.         /SD  This option  informs FF2 to  only search  the directory that  was
  664.              specified  on the command line and  not to search any directories
  665.              that exist under the specified directory.
  666.  
  667.  
  668.  
  669.                           FileFinder Version 3.6 User Manual          Page-19-
  670.  
  671.  
  672.         /Z[RHSA]
  673.              This  option allows  you to limit  the file search  to files that
  674.              have  specific attributes.  For example, specifying /ZA will list
  675.              files that have the archive attribute, /ZRH will  list files that
  676.              have the read-only attribute OR the hidden attribute set.
  677.              **PLEASE NOTE IF YOU SPECIFY THE /A OR /I OPTION THAN THIS OPTION
  678.              IS IGNORED.**
  679.  
  680.         /NN  This option allows you to bypass the searching of Network drives.
  681.              If you configured  FF2 to search for  network drives you may  use
  682.              this option to temporarily bypass the network drive search.
  683.  
  684.         /LN  This option allow you to search for  files on Network drives.  If
  685.              you configured  FF2 to  ignore network  drives you  may use  this
  686.              options to temporarily look for files on any networked drives.
  687.  
  688.  
  689.         /@   This options  instructs FFF to  prompt the  user for the  command
  690.              line parameters. PLEASE NOTE  NO OTHER PARAMETERS ARE  ALLOWED ON
  691.              THE COMMAND LINE  IF THIS OPTION IS  SPECIFIED.  The use  of this
  692.              option also allows  the user to use  the DOS redirect feature  to
  693.              feed FF2 it's parameters.
  694.  
  695.              For example:  FFF /@ < FFF.DAT
  696.  
  697.              This instructs  FFF to read  its parameters  from the file  names
  698.         FFF.DAT.
  699.  
  700.  
  701.  
  702.                           FileFinder Version 3.6 User Manual          Page-20-
  703.  
  704.  
  705.         The filespec's that are  specified on the  command line can include  a
  706.         disk and directory. If a disk  and or directory is specified than  the
  707.         search will be restricted  to the specified disk and directory and any
  708.         sub-directories  under the  specified directory.    Each filespec  can
  709.         contain different starting disks and directories.
  710.  
  711.         When  specifying the  file  to search  for  FFF has  a  quick complete
  712.         algorithm.   If you do not include a period and the file extension FFF
  713.         will  expand the  filespec  using the  wildcard  character  ? for  the
  714.         remainder of the  filespec.  For  example if you  entered FFF AB,  FFF
  715.         will  expand the filespec to AB??????.???.   If you enter FFF C:\BAT\B
  716.         FFF  will expand the filespec to  C:\BAT\B???????.???.  However if you
  717.         enter FFF B.*  , FFF will not alter the filespec  since you included a
  718.         period in the filespec.
  719.  
  720.         FFF also has an expanded wild card search algorithm. If you include an
  721.         * on  both sides of  the filename,  FFF will find  all files  that
  722.         contain  the  characters  entered  between the  *'s  anywhere  in  the
  723.         filename. For example:
  724.  
  725.         FFF *inst*
  726.  
  727.         This will find all files that contain inst somewhere in the filename.
  728.              I.E  D:\ANY\PINST.BAT
  729.                   C:\ONE\PCINSTAL.BAT
  730.                   C:\TWO\INSTALL.COM
  731.  
  732.         To  find  files with  no  extension include  the  period  but no  file
  733.         extension. I.E.  FFF *me*.
  734.  
  735.         If no disk  or directory is included  with the filespec than  all hard
  736.         disks will be searched.
  737.  
  738.         FFF now has the capability to automatically identify all hard disks on
  739.         your system.   You can  over-ride this automatic  detection by setting
  740.         the environment variable FF to the disk letter your wish the search to
  741.         be performed on.
  742.  
  743.         For  example.  SET FF=CD tells FFF to search the C and D drives if you
  744.         have not specified a disk in the filespec on the command line.
  745.  
  746.  
  747.         FFF will display all  the files it found, up to  it's internal maximum
  748.         of 3000 files, on the screen in a scrollable list.  You can use the
  749.         cursor keys,  Pgup, Pgdn, HOME,  END, CTL-HOME, and  CTL-END to scroll
  750.         the list.  Pressing the ESC key will exit the program.
  751.  
  752.  
  753.  
  754.                           FileFinder Version 3.6 User Manual          Page-21-
  755.  
  756.  
  757.                                      FFF HOT KEYS
  758.  
  759.         ALT-X
  760.         ALT-Q
  761.         ESC  Any of these keys will immediately exit FFF.
  762.  
  763.         F1   will display the help panel.
  764.  
  765.         F10  This will allow  you to sort the  file list that is  displayed on
  766.              the screen.  The list can be  sorted by filename, file extension,
  767.              file date, or disk:\dir location.
  768.  
  769.         ENTER
  770. Pressing  the ENTER will do one of  three things depending on how
  771.              the ENTER key was configured.
  772.  
  773.              1) The ENTER key will do nothing.
  774.  
  775.              2) The ENTER  key will exit the  FFF program and will  change the
  776.              default disk  and directory to  the one   that contains  the file
  777.              currently highlighted on the screen.
  778.  
  779.              3) The ENTER key  will invoke the  SHEZ program on the  currently
  780.              highlighted file.
  781.  
  782.         CTRL-ENTER
  783.  
  784.              The CTRL-ENTER key invokes the SMART LAUNCH feature of FFF.   FFF
  785.              looks at the file extension of the currently highlighted file and
  786.              execute the program that is associated with that  extension.  The
  787.              associations  are defined  during the  configuration  of the  FFF
  788.              program.   Before the program  is launched,  FFF will attempt  to
  789.              swap itself  out of  memory if  the memory  swapping feature  was
  790.              selected during program configuration.
  791.  
  792.         G    Pressing the G key will exit the FFF program and will  change the
  793.              default disk  and directory to  the one   that contains  the file
  794.              currently highlighted on the screen.
  795.  
  796.              (THE ENTER KEY WILL ONLY FUNCTION IF THE  USER SPECIFICALLY TELLS
  797.              THE FFFCFG PROGRAM TO ACTIVATE THE ENTER KEY.)
  798.  
  799.         R    Pressing the R key allows you to run any program you wish against
  800.              the currently  highlighted file.   A window will  pop-up in which
  801.              you must  enter  program name  that  you wish  to  execute.   The
  802.              program can be a DOS  internal program, i.e. del, rename,  or any
  803.              EXE, COM, or  BAT file. When you enter the program to execute you
  804.              must tell  FFF where  to place  the highlighted  filename in  the
  805.              command by using the  ! character as a place holder.   Before FFF
  806.              runs the command  the ! will  be replaced with   the  highlighted
  807.              filename.
  808.  
  809.  
  810.  
  811.                           FileFinder Version 3.6 User Manual          Page-22-
  812.  
  813.  
  814.         S    Pressing the S key will invoke my Compressed  file manager called
  815.              SHEZ. The Program  file SHEZ.EXE must be in the DOS path for this
  816.              options to function.
  817.  
  818.         E    Pressing the E key will execute the program or BAT file currently
  819.              highlighted  on the screen.  Before the  Program is  executed FFF
  820.              will  prompt you for any command line parameters that you want to
  821.              pass  to  the  program.  It  will then  change  to  the  disk and
  822.              directory that  the program is  contained in, unload  itself from
  823.              memory and execute the program.
  824.  
  825.         T    The T key will toggle the tagged status of the highlighted item.
  826.  
  827.         U    The U key will untag all tagged items.
  828.  
  829.         ALT-D     will delete the currently highlighted file.
  830.  
  831.         ALT-L     The  ALT-L key will invoke Vern  Buerg's List program on the
  832.                   highlighted  file.  The list.com program  must be in the DOS
  833.                   path for this option to function.
  834.  
  835.         ALT-E     The ALT-E  key will  invoke an  editor of  your choice.  The
  836.                   default editor is  QEdit by Sammy Mitchell,  however you can
  837.                   change this default by using the FFFCFG program.
  838.  
  839.         ALT-C
  840.         ALT-O     The  ALT-O  or  ALT-C  keys  will  allow  you  to  copy  the
  841.                   highlighted file.   A window will  appear prompting you  for
  842.                   the destination drive and directory.
  843.  
  844.  
  845.         ALT-W     The  ALT-W key will invoke a  word processor of your choice.
  846.                   The wordprocesser program name must be set using the  FFFCFG
  847.                   program before this options can be used.
  848.  
  849.         ALT-T     Write out the displayed file list to the file FFF.LST.
  850.  
  851.         ALT-P     Print out the displayed file list to device STDPRN.
  852.  
  853.         ALT-I     Display a  windows containing  configuration and  file stats
  854.         information.
  855.  
  856.         CTL-D     will delete all tagged files.
  857.  
  858.         CTL-C
  859.         CTL-O     The  CTL-O or  CTL-C keys  will allow  you to  copy  the all
  860.                   tagged files.   A window  will appear prompting  you for the
  861.                   destination drive and directory.
  862.  
  863.         CTL-R     Pressing the  CTL-R key allows  you to  run any program  you
  864.  
  865.  
  866.  
  867.                           FileFinder Version 3.6 User Manual          Page-23-
  868.  
  869.  
  870.                   wish against  all tagged  files.   A window  will pop-up  in
  871.                   which you must enter  program name that you wish to execute.
  872.                   The program can be a DOS internal program, i.e. del, rename,
  873.                   or any EXE, COM, or BAT file.  When you enter the program to
  874.                   execute you must tell FFF where to place the tagged filename
  875.                   in the  command by using the !  character as a place holder.
  876.                   Before  FFF runs the command the ! will be replaced with the
  877.                   filename.
  878.  
  879.         CTL-T     Write out a list of all tagged files to file FFF.LST.
  880.  
  881.         CTL-P     Print out a list of all tagged files to device STDPRN.
  882.  
  883.         CTL-G     Pressing  the CTL-G keys will allow  you to run the included
  884.                   SGREP program  against a group  of tagged  files.  (See  the
  885.                   section titled SGREP PROGRAM for more information)
  886.  
  887.         CAPS-LOCK
  888.              When the CAPS-LOCK  key is active, a tagged file status line will
  889.              be displayed on the bottom of the screen.  Pressing the CAPS-LOCK
  890.              key again will remove this status line.
  891.  
  892.  
  893.  
  894.                           FileFinder Version 3.6 User Manual          Page-24-
  895.  
  896.  
  897.                                  SMART LAUNCH FEATURE
  898.  
  899.         The SMART LAUNCH feature  of FFF allows FFF to execute  a user defined
  900.         program based on the file extension of the currently highlighted file.
  901.         The FFFCFG  program allows you to enter  three sets of file extensions
  902.         and three associated programs to launch when the CTRL-ENTER is pressed
  903.         in the FFF program.
  904.         The FFFCFG program will display the following prompts:
  905.  
  906.         ENTER/EDIT FILE EXTENSION LIST 1:
  907.         EXT->
  908.  
  909.         AT this prompt enter the first  list of file extensions that you  wish
  910.         the FFF program to identify.  The list must include the  dot extension
  911.         separator and there may  NOT be and spaces in the list.  If you wanted
  912.         FFF to identify  the following file  extensions, C, H,  CPP, INC,  the
  913.         list would be entered as follows:
  914.         .C.H.CPP.INC
  915.  
  916.         ENTER/EDIT PROGRAM FOR EXTENSION LIST 1:
  917.         PGM->
  918.  
  919.         At this prompt enter the full  path name of the program that you  want
  920.         FFF to launch  if the highlighted  file has a  file extension that  is
  921.         included in list number 1.
  922.  
  923.         i.e.  PGM->C:\UTILITY\EDIT.EXE !
  924.  
  925.         NOTE THE  ! CHARACTER.   THIS CHARACTER  INDICATES TO THE  FFF PROGRAM
  926.         WHERE TO PLACE  THE FILENAME WHEN LAUNCHING THE PROGRAM.   Through the
  927.         use of this  character the user can also place any needed command line
  928.         switches in the PGM specification.
  929.  
  930.  
  931.                             MEMORY SWAPPING OPTION IN FFF
  932.         Beginning  with release  3.3 of  the  FFF program,  a memory  swapping
  933.         ability  has been added.  When invoking  the Editor, SHEZ, shelling to
  934.         DOS, or invoking another program via the R or CTL-R functions, FFF can
  935.         optionally swap 90%  of its  code to  either XMS, EMS  memory (3.0  or
  936.         4.0), or  to disk if XMS or EMS memory  is not available.  This option
  937.         is  OFF  by  default.    It  can be  turned  on  by  using  the FFFCFG
  938.         configuration  program.   Using this  option  allows you  to run  much
  939.         larger programs from within FFF than  would be normally possible.  FFF
  940.         first tries XMS memory than EMS memory.
  941.  
  942.  
  943.                                  MONOCHROME MONITORS
  944.  
  945.  
  946.  
  947.                           FileFinder Version 3.6 User Manual          Page-25-
  948.  
  949.  
  950.         If you are using  a monochrome monitor and the screen  does not appear
  951.         correct set the environment variable MONO to a Y.  I.E. SET MONO=Y.
  952.  
  953.                                   MISC. INFORMATION
  954.  
  955.         Both FF2 and FFF are both DesQview aware.
  956.         Beginning with  version 3.4  both FF2  and  FFF will  now also  search
  957.         directories that  have hidden or system attributes associated with the
  958.         directory.
  959.  
  960.  
  961.  
  962.                           FileFinder Version 3.6 User Manual          Page-26-
  963.  
  964.  
  965.                                   THE SGREP PROGRAM
  966.  
  967.         The SGREP program, supplied with SHEZ, is used by SHEZ when the ALT-G
  968.         key is pressed, to scan member(s) of a compressed file for words or
  969.         phrases.  It is included in the SHEZ package for those user's that do
  970.         not have the FGREP program written by Chris Dunford.  While the SGREP
  971.         program performs the same function, it is not as fast or as powerful
  972.         as Chris Dunford's FGREP program.  When the ALT-G keys are pressed,
  973.         SHEZ first tries to locate the SGREP.COM program,  if it can not be
  974.         found SHEZ will than try to locate the FGREP.COM program.  Which ever
  975.         program is found will be the one SHEZ users to scan for text.
  976.  
  977.         The SGREP command line format uses a subset of the FGREP program to
  978.         maintain compatibility with FGREP.  SGREP does allow the user to
  979.         specify two target strings in the search argument.  These two target
  980.         strings are connected with an and, &, or or, '|' separator.  Thus
  981.         allowing the user to search for two different strings, or two strings
  982.         or words contained on the same line.  When the specific string is
  983.         found, the line in the file that contains the string is written to the
  984.         stdout DOS device, which is normally the display.  The output may be
  985.         redirected to a file or a printer using the normal DOS redirection
  986.         symbols.  The format of the SGREP command line is as follows:
  987.  
  988.         SGREP [options] "target(s)" {file(s)...|@file}
  989.  
  990.         Where options are:
  991.  
  992.              -f   display **FILE-NAME for finds only
  993.              -l   line numbers
  994.              -c   case sensitive search
  995.              -x   no logo
  996.              -e   return errorlevel only
  997.              -p   pause when screen is full
  998.              -v   verbose display output
  999.  
  1000.         @file indicates an ascii file containing a list of file to process.
  1001.         This list MUST include the complete file specification.  I.E. The
  1002.         disk, directory, filename, and file extension.
  1003.  
  1004.         The target string(s) must be enclosed in quotes and special characters
  1005.         can be specified as indicated below.
  1006.  
  1007.         Hex byte sequences can be used to search for special non-displayable
  1008.         characters.  They are specified using a pair of hexadecimal bytes
  1009.         preceded by a dollar sign,$.
  1010.  
  1011.         EXAMPLES: $23       include is the string #include
  1012.                   $252.50   is the string %2.50
  1013.                   $23$24$25 is the string #$%
  1014.  
  1015.         Two targets may be specified using the & and | characters to search
  1016.  
  1017.  
  1018.  
  1019.                           FileFinder Version 3.6 User Manual          Page-27-
  1020.  
  1021.  
  1022.         for two targets.  If the & is used the lines must contain
  1023.         both targets.  If the | is used the lines must contain one of the
  1024.         targets.
  1025.  
  1026.         Example:  "save|main"    line must have save or main to be listed.
  1027.                   "save&main"    line must have save and main to be listed.
  1028.  
  1029.         The format of the SGREP command line is presented here for
  1030.         documentation purposes only since SHEZ automatically invoked either
  1031.         SGREP or FGREP itself using a predefined set of options.  SGREP may be
  1032.         run from the DOS command prompt, or when using the ALT-Y command
  1033.         option of SHEZ.
  1034.  
  1035.  
  1036.  
  1037.                           FileFinder Version 3.6 User Manual          Page-28-
  1038.  
  1039.  
  1040.                                    REVISION HISTORY
  1041.  
  1042.         v4.1 11/9/92  Fixed the FFF  program to correctly  accept command line
  1043.              options  that are  entered  in when  using  the  /@ command  line
  1044.              switch.
  1045.              Added the ability to configure the function of the ENTER key.
  1046.              Added a smart launch feature to the FFF program that is activated
  1047.              via the CTRL-ENTER key combination.
  1048.  
  1049.         v3.8 4/1/92  Added  CAPS-LOCK command  in FFF  to display  tagged file
  1050.              status.
  1051.              Increased speed of locating and identifying all hard drives.
  1052.              Added SGREP program to search for text within tagged files.
  1053.              Added ability to swap FFF program to XMS or EMS memory.
  1054.              Added scroll bars to FFF display.
  1055.              Added ALT-C command to copy single files.
  1056.              Added CTL-C command to copy tagged files.
  1057.              Added  CTL-G command  to  run SGREP  program against  a  group of
  1058.              tagged files.
  1059.  
  1060.         v3.7 7/19/91 Corrected  FFF processing  when searching  for all  files
  1061.              when using the /i option.
  1062.              Changed  the  FFFCFG  program  to  retain  previously  configured
  1063.              colors.
  1064.              Added the ability to perform a fuzzy search.
  1065.              Added a configurable option  to turn the file over-write  warning
  1066.              message off when copying tagged files.
  1067.  
  1068.         V3.6 5/6/91 - Corrected floating tags.
  1069.              Added ALT-I to display config. and file stats.
  1070.              Implemented new sort routine to speed up file sorting.
  1071.              Added ALT-T, CTL-T commands to write out a file list.
  1072.              Added ALT-P, CTL-P commands to print out a file list.
  1073.              Added ability to configure FFF's colors.
  1074.              Added ALT-X, and ALT-Q to exit FFF.
  1075.              Added the ability to activate or deactivate the ENTER key.
  1076.              Added the ability to configure FFF to handle up to 9000 files and
  1077.              300 unique directory names.
  1078.              When  invoking  the browse  program  via  the  ALT-L command,  if
  1079.              swapping is  enabled FFF will  swap itself  out of memory  before
  1080.              invoking the browse program.
  1081.  
  1082.  
  1083.  
  1084.                           FileFinder Version 3.6 User Manual          Page-29-
  1085.  
  1086.  
  1087.                                         INDEX
  1088.  
  1089.         CONFIGURING THE FF2.COM PROGRAM . . . . . . . . . . . . . . . . . . 10
  1090.         CONFIGURING THE FFF.EXE PROGRAM . . . . . . . . . . . . . . . . . .  6
  1091.         FF2 command line options
  1092.              /@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1093.              /1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1094.              /A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1095.              /B . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1096.              /C . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1097.              /E . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1098.              /G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1099.              /I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1100.              /L . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1101.              /P . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1102.              /Q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1103.              /R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1104.              /S . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1105.              /SD  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1106.         FFF command line options
  1107.              /@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1108.              /2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1109.              /4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1110.              /5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1111.              /A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1112.              /d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1113.              /E . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1114.              /G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1115.              /I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1116.              /L . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1117.              /SD  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1118.              /Z[RHSA] . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1119.         FFF HOT KEYS  . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
  1120.         FFF PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1121.         MEMORY SWAPPING OPTION IN FFF . . . . . . . . . . . . . . . . . . . 24
  1122.         MEMORY USAGE IN THE FFF.EXE PROGRAM . . . . . . . . . . . . . . . . 11
  1123.         MONOCHROME MONITORS . . . . . . . . . . . . . . . . . . . . . . . . 24
  1124.         PERFORMING A FUZZY SEARCH . . . . . . . . . . . . . . . . . . . . .  4
  1125.         QUICK START . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1126.         REVISION HISTORY  . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1127.         SMART LAUNCH FEATURE  . . . . . . . . . . . . . . . . . . . . . . . 24
  1128.  
  1129.  
  1130.  
  1131.